SftTree/NET 2.0

MergeWithLowerDefault Property, ColumnClass Class

Softel vdm, Inc.

Defines the CellBaseClass.MergeWithLower property default for cells in this column, whether cells in this column merge with cells below, in the same column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MergeWithLowerDefault As Boolean

C#   

public bool MergeWithLowerDefault { get; set; }

C++   

public: property bool MergeWithLowerDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells in this column merge with cells below, in the same column, otherwise False.

The default value is False.

Comments

The MergeWithLowerDefault property defines the CellBaseClass.MergeWithLower property default for cells in this column, whether cells in this column merge with cells below, in the same column.

The default settings for cell merging can be defined using these properties: ColumnClass.MergeWithLowerDefault is used for cells in the item area, RowHeaders.MergeWithLowerDefault for row headers, Headers.MergeWithLowerDefault for cells in column headers and Footers.MergeWithLowerDefault for cells in column footers.

MergeWithNextDefault and MergeWithLowerDefault should not be set to True at the same time to avoid intersecting merged cells (vertically and horizontally).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com